Fix style consistency issues across docs#152
Merged
Merged
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
tansawit
approved these changes
May 27, 2026
Collaborator
tansawit
left a comment
There was a problem hiding this comment.
Reviewed docs-only style cleanup; fixed Prettier and CI is passing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Aligns several pages with the docs' predominant style (second-person voice, Title Case headings, consistent terminology).
Changes
Voice (second-person)
user-guides/wallet/autosign/introduction.mdx: replaced third-person references ("a user's", "Users") with second-person ("your", "You"); removed unnecessary "are designed to".Heading capitalization (Title Case)
developers/.../weave-cli/rollup/launch.mdx: frontmatterLaunching your Rollup→Launching Your Rollup.developers/.../wasmvm/connect-oracles.mdx:Integrating the Queries into Your Contract→Into.nodes-and-rollups/indexing/rollytics/faq.mdx:Will Services Break if We Don't Migrate?→If.hackathon/get-started.mdx:Initial Setup with→With.Terminology
click onwithclickin two revoking guides (autosign/andauto-signing/).app chainswithappchains(single word, matches the rest of the docs).No technical content, code samples, or API references were modified.
Note
Low Risk
Copy and heading capitalization only; no runtime, API, or configuration behavior is affected.
Overview
This PR is a documentation-only style pass across seven MDX pages—no technical content, commands, or API references change.
Voice: The autosign introduction now uses second person (“your”, “You”) instead of third person (“a user’s”, “Users”) and drops the filler phrase “are designed to”.
Headings: Several titles and section headings move to Title Case (e.g.
Launching Your Rollup,Integrating the Queries Into Your Contract,Will Services Break If We Don’t Migrate?,Initial Setup With weave init).Wording: Wallet revoke steps say click instead of click on, and appchains replaces app chains for consistent terminology.
Reviewed by Cursor Bugbot for commit 94be4f4. Bugbot is set up for automated code reviews on this repo. Configure here.